index

@get:JvmName(name = "getIndex")
@set:JvmName(name = "setIndex")
var index: Int
The index of this channel in the channel table (from 0 to MAX_NUM_CHANNELS-1)
(Someday - not currently implemented) An index of -1 could be used to mean "set by name",
in which case the target node will find and set the channel by settings.name.

int32 index = 1;